home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
chicken_.swf
/
scripts
/
DefineSprite_125
/
frame_15
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
200b
|
12 lines
if(score[0] > 0 && score[1] > 0)
{
_root.total += score[0] + score[1];
}
_root["meat_" + num]._visible = false;
i = 0;
while(i < 2)
{
_root["vluation_" + i].gotoAndStop(1);
i++;
}